A gigantic and ridiculously heavy axe that requires great strength to use it properly.
Decrease Attack Speed by 40%.
SP cost of All Skills is doubled.
[ Base Strength >= 95 ]
ATK + 340
Causes Stun effect to enemies by 30% chance when receiving damage.
Add a 5% chance of breaking the enemy's armor when attacking.
Класс : Axe
Атака : 10
Вес : 600
Уровень Оружия : 4
Необходимый Lv. : 80
Доступно для : Swordman, Merchant, Knight, Blacksmith, Crusader, Alchemist
Улучшается : Да
Доп. информация:
ID : 1371
Цена у NPC : 10
Script :
{ bonus bAspdRate,-40; bonus bUseSPrate,100; if(readparam(bStr)>=95){ bonus bBaseAtk,340; bonus2 bAddEff,Eff_Stun,3000; bonus bBreakArmorRate,500; } }
{
...bonus bAspdRate,-40;
...bonus bUseSPrate,100;
...if(readparam(bStr)>=95){
......bonus bBaseAtk,340;
......bonus2 bAddEff,Eff_Stun,3000;
......bonus bBreakArmorRate,500;
...}
}